home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_792 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  173 b   |  9 lines

  1. on(press){
  2.    _root.load_file_chosen = 7;
  3.    if(_root["file_name" + _root.load_file_chosen] != "empty")
  4.    {
  5.       _root.load_vars();
  6.       _root.even7 = 20;
  7.    }
  8. }
  9.